var crypto/x509.oidExtensionSubjectAltName
10 uses
crypto/x509 (current package)
verify.go#L857: if ext.Id.Equal(oidExtensionSubjectAltName) {
verify.go#L872: if ext.Id.Equal(oidExtensionSubjectAltName) {
x509.go#L815: return oidInExtensions(oidExtensionSubjectAltName, c.Extensions)
x509.go#L861: if e.Id.Equal(oidExtensionSubjectAltName) {
x509.go#L1025: oidExtensionSubjectAltName = []int{2, 5, 29, 17}
x509.go#L1167: !oidInExtensions(oidExtensionSubjectAltName, template.ExtraExtensions) {
x509.go#L1168: ret[n].Id = oidExtensionSubjectAltName
x509.go#L1382: !oidInExtensions(oidExtensionSubjectAltName, template.ExtraExtensions) {
x509.go#L1389: Id: oidExtensionSubjectAltName,
x509.go#L2142: case extension.Id.Equal(oidExtensionSubjectAltName):
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |